home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 49
/
Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso
/
Aminet
/
util
/
batch
/
MiniMen.lha
/
MiniMen
/
MultiDX
< prev
next >
Wrap
Text File
|
2000-03-02
|
698b
|
20 lines
; Multi disk archiver unpacker supporting DMS, ADF, DIMP, PackDev, LHA, LZX, ZIP & ARJ
; Relies on the following file patterns :-
; #?.DMP|#?.DEX|#?.DMS|#?.ADF|#?.ADZ|#?.PKD|#?.LHA|#?.LZH|#?.LZX|#?.ZIP|#?.ARJ
; Requires the following files to be in the current path :-
; UnDms, TransADF, PackDev, dimp, LHA, LZX, UNZIP & unarj
; The last (I think :))
echo c
Requestfile >env:FPAK TITLE="Choose archive to UnPack" PATTERN "(#?.DMP|#?.DEX|#?.DMS|#?.ADF|#?.ADZ|#?.PKD|#?.LHA|#?.LZH|#?.LZX|#?.ZIP|#?.ARJ)" DRAWER "RAM:"
if warn
echo "*N Operation canceled....!"
quit
endif
if not exists $FPAK
echo "*N File does not exist....!"
delete >nil: env:FPAK
quit
endif
execute MultiDX.1 $FPAK